home *** CD-ROM | disk | FTP | other *** search
- package java.net;
-
- import java.security.PrivilegedExceptionAction;
-
- final class SocksSocketImpl$7 implements PrivilegedExceptionAction {
- // $FF: synthetic field
- final SocksSocketImpl this$0;
-
- SocksSocketImpl$7(SocksSocketImpl var1) {
- this.this$0 = var1;
- }
-
- public Object run() throws Exception {
- SocksSocketImpl.access$502(this.this$0, new Socket(new PlainSocketImpl()));
- SocksSocketImpl.access$500(this.this$0).connect(new InetSocketAddress(SocksSocketImpl.access$300(this.this$0), SocksSocketImpl.access$400(this.this$0)));
- SocksSocketImpl.access$102(this.this$0, SocksSocketImpl.access$500(this.this$0).getInputStream());
- SocksSocketImpl.access$202(this.this$0, SocksSocketImpl.access$500(this.this$0).getOutputStream());
- return null;
- }
- }
-